home *** CD-ROM | disk | FTP | other *** search
/ Meeting Pearls 2 / Meeting Pearls Vol. II (1995)(GTI - Schatztruhe)[!].iso / Pearls / game / Llamatron / LlamaStartHack < prev    next >
Text File  |  1995-01-04  |  636b  |  21 lines

  1. ; Llamatron Starter Hack 
  2.  
  3. echo "You are about to start Llamatron. This will kill multitasking and"
  4. echo "kill any work in progess. It might even crash if it's low on memory."
  5. echo "Enter Y<return> if you want to continue"
  6. echo ""
  7. echo "Sie sind gerade dabei, Llamatron zu starten. Dieses Spiel erschlägt"
  8. echo "das Multitasking, so daß Sie alle momentan nicht gesicherten Projekte"
  9. echo "verlieren. Geben Sie N<return> ein um abzubrechen, sonst Y<return>."
  10. echo ""
  11.  
  12. ask "Do you wish to continue/Wollen Sie fortfahren?"
  13. if warn
  14.     sm open "Llama" mode "Pal:High Res" depth 1
  15.     vbr ?
  16.     if warn
  17.         vbr
  18.     endif
  19.     llama
  20. endif
  21.